Manage types of contact link translations.
Name | Type | Is Mandatory |
---|---|---|
ContactLinkTypeTranslationId | String | |
ContactLinkTypeId | Int16 | |
LanguageId | String | |
Label | String | |
ContactLinkType | ContactLinkType | |
Language | Language |
Select all ContactLinkTypeTranslations
https://customerapi.fts-crm360.com/data/ContactLinkTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"ContactLinkTypeTranslationId" : "lV UMHLZ",
"ContactLinkTypeId" : "2",
"LanguageId" : "sv931IbnUCQCT f",
"Label" : "9B1hmOY"
},
{
"ContactLinkTypeTranslationId" : "LjYdI6c",
"ContactLinkTypeId" : "6",
"LanguageId" : "up1W1MtaiiQui",
"Label" : "AII"
},
...
]
Select ContactLinkTypeTranslation by Id
https://customerapi.fts-crm360.com/data/ContactLinkTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"ContactLinkTypeTranslationId" : "pDdWzrRv8dZlr",
"ContactLinkTypeId" : "5",
"LanguageId" : "Ko G0HFCqGaoh",
"Label" : "pGxUB4qKeh"
}